:求整数n(n>=0)的阶乘的算法如下,int fact(int n){ if(n<=1 return 1; Return n*fact(n-1);}其时间复杂度为O(nlogn)( )A:对B:错答案: 错10、



登录
订单
帮助
主页